home *** CD-ROM | disk | FTP | other *** search
- Path: gail.ripco.com!mambuhl
- From: mambuhl@ripco.com (Martin Ambuhl)
- Newsgroups: comp.lang.c
- Subject: Re: Basic Question on SWI
- Date: 2 Feb 1996 17:04:21 GMT
- Organization: Ripco Communications, Inc.
- Message-ID: <4etg6l$flg@gail.ripco.com>
- NNTP-Posting-Host: golden.ripco.com
-
- ray@ultimate-tech.com (Ray Dunn)
- in <4ehfuj$166g@ns.RezoNet.NET> writes:
-
- >Indeed. In the general case there is no guarantee that all the digits
- >are consecutive as they are in ASCII, so the use of isdigit is the only
- >portable way to go, although the strchr example works fine too, if
- >slowly.
-
- Bull. ISO 5.2.1:
- "In both the source and execution basic character sets, the value of
- each character after 0 in the above list of decimal digits shall be one
- greater than the value of the previous."
-
- --
- * Martin Ambuhl net: mambuhl@ripco.com
- * Chicago, IL (USA)
-